home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power CD-ROM!! 8
/
Power CD-ROM 8.iso
/
dos
/
vfd15
/
demo.bat
next >
Wrap
DOS Batch File
|
1994-09-22
|
154b
|
8 lines
echo off
rem Play all RLE AVIs in a continuous loop with fade transitions.
:start
geewiz * -l1 -d -f3 -g
if errorlevel 1 goto end
goto start
:end